home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TINSPECTOR / TINSPECTOR.txt
Encoding:
Text File  |  1996-08-11  |  4.4 KB  |  178 lines

  1. object Inspector: TInspector
  2.   Left = 190
  3.   Top = 395
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'Inspector'
  8.   ClientHeight = 245
  9.   ClientWidth = 178
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 178
  21.     Height = 245
  22.     Align = alClient
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -13
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 27
  31.       Caption = 'Values'
  32.       object Panel1: TPanel
  33.         Left = 0
  34.         Top = 0
  35.         Width = 170
  36.         Height = 214
  37.         Align = alClient
  38.         BevelOuter = bvLowered
  39.         TabOrder = 0
  40.         object Panel2: TPanel
  41.           Left = 8
  42.           Top = 8
  43.           Width = 153
  44.           Height = 33
  45.           Alignment = taLeftJustify
  46.           BevelInner = bvLowered
  47.           Caption = ' Name'
  48.           TabOrder = 0
  49.           object Namevalue: TEdit
  50.             Left = 64
  51.             Top = 8
  52.             Width = 81
  53.             Height = 21
  54.             Font.Color = clBlack
  55.             Font.Height = -12
  56.             Font.Name = 'Small Fonts'
  57.             Font.Style = []
  58.             ParentFont = False
  59.             TabOrder = 0
  60.             OnChange = NamevalueChange
  61.             OnKeyPress = NamevalueKeyPress
  62.           end
  63.         end
  64.         object Panel3: TPanel
  65.           Left = 8
  66.           Top = 48
  67.           Width = 153
  68.           Height = 33
  69.           Alignment = taLeftJustify
  70.           BevelInner = bvLowered
  71.           Caption = ' Left'
  72.           TabOrder = 1
  73.           object Leftvalue: TEdit
  74.             Left = 64
  75.             Top = 8
  76.             Width = 81
  77.             Height = 21
  78.             Font.Color = clBlack
  79.             Font.Height = -12
  80.             Font.Name = 'Small Fonts'
  81.             Font.Style = []
  82.             ParentFont = False
  83.             TabOrder = 0
  84.             OnChange = LeftvalueChange
  85.             OnKeyPress = LeftvalueKeyPress
  86.           end
  87.         end
  88.         object Panel4: TPanel
  89.           Left = 8
  90.           Top = 88
  91.           Width = 153
  92.           Height = 33
  93.           Alignment = taLeftJustify
  94.           BevelInner = bvLowered
  95.           Caption = ' Top'
  96.           TabOrder = 2
  97.           object Topvalue: TEdit
  98.             Left = 64
  99.             Top = 8
  100.             Width = 81
  101.             Height = 21
  102.             Font.Color = clBlack
  103.             Font.Height = -12
  104.             Font.Name = 'Small Fonts'
  105.             Font.Style = []
  106.             ParentFont = False
  107.             TabOrder = 0
  108.             OnChange = TopvalueChange
  109.             OnKeyPress = TopvalueKeyPress
  110.           end
  111.         end
  112.         object Panel5: TPanel
  113.           Left = 8
  114.           Top = 128
  115.           Width = 153
  116.           Height = 33
  117.           Alignment = taLeftJustify
  118.           BevelInner = bvLowered
  119.           Caption = ' Caption'
  120.           TabOrder = 3
  121.           object Captionvalue: TEdit
  122.             Left = 64
  123.             Top = 8
  124.             Width = 81
  125.             Height = 21
  126.             Font.Color = clBlack
  127.             Font.Height = -12
  128.             Font.Name = 'Small Fonts'
  129.             Font.Style = []
  130.             ParentFont = False
  131.             TabOrder = 0
  132.             OnChange = CaptionvalueChange
  133.             OnKeyPress = CaptionvalueKeyPress
  134.           end
  135.         end
  136.         object Panel6: TPanel
  137.           Left = 8
  138.           Top = 168
  139.           Width = 153
  140.           Height = 33
  141.           Alignment = taLeftJustify
  142.           BevelInner = bvLowered
  143.           Caption = ' Fontcolor'
  144.           TabOrder = 4
  145.           object Fontcolorvalue: TComboBox
  146.             Left = 64
  147.             Top = 8
  148.             Width = 81
  149.             Height = 21
  150.             Font.Color = clBlack
  151.             Font.Height = -12
  152.             Font.Name = 'Small Fonts'
  153.             Font.Style = []
  154.             ItemHeight = 13
  155.             Items.Strings = (
  156.               'black'
  157.               'blue'
  158.               'cyan'
  159.               'darkgray'
  160.               'gray'
  161.               'green'
  162.               'lightgray'
  163.               'magenta'
  164.               'orange'
  165.               'pink'
  166.               'red'
  167.               'white'
  168.               'yellow')
  169.             ParentFont = False
  170.             TabOrder = 0
  171.             OnChange = FontcolorvalueChange
  172.           end
  173.         end
  174.       end
  175.     end
  176.   end
  177. end
  178.